Skip to content

Commit aab79d7

Browse files
author
e2tha-e
committed
deleting whitespace
1 parent 986f2ea commit aab79d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/list_item_hunter_tests.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"title": "Two"
180180
},
181181
]
182-
}
182+
}
183183
};
184184

185185
var patternlab = {
@@ -217,7 +217,7 @@
217217

218218
//act
219219
list_item_hunter.process_list_item_partials(currentPattern, patternlab);
220-
220+
221221
//assert
222222
test.equals(currentPattern.extendedTemplate, "Foo" );
223223

@@ -246,7 +246,7 @@
246246
"title": "Two"
247247
},
248248
]
249-
}
249+
}
250250
};
251251

252252
var patternlab = {
@@ -279,7 +279,7 @@
279279

280280
//act
281281
list_item_hunter.process_list_item_partials(currentPattern, patternlab);
282-
282+
283283
//assert
284284
test.equals(currentPattern.extendedTemplate, "One" );
285285

0 commit comments

Comments
 (0)