Skip to content

Commit

Permalink
#20376 Fixed code style issue & added empty line before the return
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhiy Zhovnir committed Jan 23, 2019
1 parent 85c4e92 commit d91d0ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ define([

if (this.disabled()) {
this.notifyError($t('The file upload field is disabled.'));

return;
}

Expand Down

0 comments on commit d91d0ed

Please sign in to comment.