Skip to content

Commit 0ccde84

Browse files
committed
linter
1 parent b0dfc1d commit 0ccde84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const bootstrapOldFormat = function() {
4747

4848
export const bootstrapInvalid = function() {
4949
return 'LaunchDarkly bootstrap data is not available because the back end could not read the flags.';
50-
}
50+
};
5151

5252
export const deprecated = function(oldName, newName) {
5353
return '[LaunchDarkly] "' + oldName + '" is deprecated, please use "' + newName + '"';

0 commit comments

Comments
 (0)