Skip to content

Commit

Permalink
AC-830 reformatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LuGO0 committed Aug 12, 2020
1 parent e4dafd1 commit 8d8401f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void showToast(String errorMessage) {
}

@Override
public void showToast(){
public void showToast() {
ToastUtil.error(getString(R.string.form_data_will_be_synced_later_error_message));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ interface PageView extends BaseView<Presenter.PagePresenter> {
void setInputFields(List<InputField> inputFields);

void setSelectOneFields(List<SelectOneField> selectOneFields);


}
}

Expand Down

0 comments on commit 8d8401f

Please sign in to comment.