Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk committed Dec 29, 2015
1 parent bc0d403 commit 4e3f44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Ember from 'ember';
import computed from 'ember-computed';
import LocationName from 'hospitalrun/mixins/location-name';

function getCondition (quantity, multiplier = 1) {
function getCondition(quantity, multiplier = 1) {
quantity /= multiplier;

if (quantity >= 100) {
Expand Down

0 comments on commit 4e3f44f

Please # to comment.