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

Commit 119b072

Browse files
committed
removed empty line
1 parent 7531d29 commit 119b072

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/select.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ describe('ui-select tests', function() {
168168
if (attrs.refresh !== undefined) { choicesAttrsHtml += ' refresh="' + attrs.refresh + '"'; }
169169
if (attrs.refreshDelay !== undefined) { choicesAttrsHtml += ' refresh-delay="' + attrs.refreshDelay + '"'; }
170170
if (attrs.backspaceReset !== undefined) { attrsHtml += ' backspace-reset="' + attrs.backspaceReset + '"';}
171-
172171
}
173172

174173
return compileTemplate(

0 commit comments

Comments
 (0)