Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 14d9ecc

Browse files
committed
style(codemirror): remove trailing spaces...
1 parent 63c8d8a commit 14d9ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ angular.module('ui.codemirror', [])
9191
//Code mirror expects a string so make sure it gets one
9292
//Although the formatter have already done this, it can be possible that another formatter returns undefined (for example the required directive)
9393
var safeViewValue = ngModel.$viewValue || '';
94-
codeMirror.setValue(safeViewValue);
94+
codeMirror.setValue(safeViewValue);
9595
};
9696
}
9797

0 commit comments

Comments
 (0)