Skip to content

Commit e94c0b4

Browse files
committed
coding style fix
1 parent 1899404 commit e94c0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cmfcmf/OpenWeatherMap/Util/Unit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +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
}
164164

0 commit comments

Comments
 (0)