Skip to content

Commit 410a091

Browse files
committed
Fix indentation
1 parent e42342b commit 410a091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bowermanager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ BowerManager.prototype.installLatestCompatibleVersion = function (pluginName, ca
209209
}
210210
self.installPlugin(pluginName, version, callback);
211211
});
212-
});
212+
});
213213
});
214214
});
215215
});

0 commit comments

Comments
 (0)