Skip to content

Commit b8c5eb6

Browse files
committed
code format
1 parent 24784f1 commit b8c5eb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

angular-async-loader.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
if (typeof(require) === 'function') {
1717
if (typeof(require.async) === 'function') {
1818
return require.async;
19-
}
20-
else {
19+
} else {
2120
return require;
2221
}
2322
} else if (typeof(seajs) === 'object' && typeof(seajs.use) === 'function') {

0 commit comments

Comments
 (0)