Skip to content

Commit d481bd0

Browse files
committed
fixed space
1 parent ceceaab commit d481bd0

File tree

1 file changed

+1
-1
lines changed
  • lib/osf-components/addon/components/addons-service/manager

1 file changed

+1
-1
lines changed

lib/osf-components/addon/components/addons-service/manager/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export default class AddonsServiceManagerComponent extends Component<Args> {
256256
if (this.selectedProvider) {
257257
const newAccount = await taskFor(this.createAuthorizedAccount).perform(arg);
258258
if (newAccount) {
259-
this.selectedAccount =newAccount;
259+
this.selectedAccount = newAccount;
260260
this.pageMode = PageMode.CONFIGURE;
261261
}
262262
}

0 commit comments

Comments
 (0)