Skip to content

Commit 5c84e8d

Browse files
Scott TrinhScott Trinh
authored andcommitted
style: Fix indentation
1 parent efd0e66 commit 5c84e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/angular-localForage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('Module: LocalForageModule', function() {
186186
$localForage.setItem(['myName', 'myPassion', 'myHobbie'], values).then(function(data) {
187187
expect(data).toEqual(values);
188188

189-
$localForage.getItem(['myHobbie', 'myName', 'notInDatabase']).then(function(data) {
189+
$localForage.getItem(['myHobbie', 'myName', 'notInDatabase']).then(function(data) {
190190
stopDigests(interval);
191191
expect(data.length).toEqual(3);
192192
expect(data).toEqual(['Open Source', 'Olivier Combe', null]);

0 commit comments

Comments
 (0)