Skip to content

Commit b7f786e

Browse files
style(ngMessageFormat): fix jscs whitespace error
1 parent 9575667 commit b7f786e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)