Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Crittenden committed Oct 20, 2016
1 parent 8017833 commit 129a795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jujugui/static/gui/src/app/app.js
Expand Up @@ -1623,7 +1623,8 @@ YUI.add('juju-gui', function(Y) {
if (!jujuConfig || !jujuConfig.charmstoreURL) {
console.error('no juju config for charmstoreURL availble');
} else {
charmstoreURL = views.utils.ensureTrailingSlash(jujuConfig.charmstoreURL);
charmstoreURL = views.utils.ensureTrailingSlash(
jujuConfig.charmstoreURL);
existingMacaroons = jujuConfig.charmstoreMacaroons;
existingDischargeToken = jujuConfig.dischargeToken;
}
Expand Down

0 comments on commit 129a795

Please sign in to comment.