Skip to content

Commit

Permalink
add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
michpetrov committed Feb 24, 2016
1 parent 4a4193e commit 1326fc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ interface Binder extends UiBinder<Widget, ApplicationView> {
initWidget(uiBinder.createAndBindUi(this));

bindSlot(ApplicationPresenter.SLOT_MAIN, main);
}
}

0 comments on commit 1326fc2

Please sign in to comment.