Skip to content

Commit

Permalink
[webui] Change code styling. Opening bracket
Browse files Browse the repository at this point in the history
- Put opening bracket at the end of funcion declaration.
  • Loading branch information
eduardoj committed Nov 12, 2017
1 parent 9ffc815 commit d9e0803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/app/assets/javascripts/webui/application/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ function autoscroll() {
lw.data("lastScroll", window.pageYOffset);
}

function build_finished()
{
function build_finished() {
stop_refresh();
$('#status').html('Build finished');
}
Expand Down

0 comments on commit d9e0803

Please sign in to comment.