Skip to content

Commit d41b42a

Browse files
committed
coding style fix
1 parent 1899404 commit d41b42a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cmfcmf/OpenWeatherMap/Util/Unit.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ public function jsonSerialize()
158158
'value' => $this->getValue(),
159159
'unit' => $this->getUnit(),
160160
'description' => $this->getDescription(),
161-
'precision' => $this->getPrecision(),
161+
'precision' => $this->getPrecision()
162162
];
163163
}
164-
165164
}

0 commit comments

Comments
 (0)