Skip to content

Commit ac40b5e

Browse files
4ZMpetebacondarwin
authored andcommitted
style(filters): add missing semicolon
1 parent ac4285c commit ac40b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/js/filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ angular.module('myApp.filters', []).
66
filter('interpolate', ['version', function(version) {
77
return function(text) {
88
return String(text).replace(/\%VERSION\%/mg, version);
9-
}
9+
};
1010
}]);

0 commit comments

Comments
 (0)