Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 81676f8

Browse files
style(ngMessageFormat): fix jscs whitespace error
1 parent 6f9d07d commit 81676f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMessageFormat/messageFormatService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ var module = window['angular']['module']('ngMessageFormat', ['ng']);
220220
module['factory']('$$messageFormat', $$MessageFormatFactory);
221221
module['config'](['$provide', function($provide) {
222222
$provide['decorator']('$interpolate', $$interpolateDecorator);
223-
}]);
223+
}]);

0 commit comments

Comments
 (0)