Skip to content

Commit

Permalink
Merge pull request #55 from MauriceTXS/suggest
Browse files Browse the repository at this point in the history
Removed unnecessary semicolon
  • Loading branch information
FelixNWJ authored Oct 14, 2019
2 parents b11439d + 6633810 commit a6ac1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/calofit/model/ModelManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ public int getRemainingCalories() {
}

return remainingBudget;
};
}
}

0 comments on commit a6ac1ce

Please sign in to comment.