Skip to content

Commit 81678e1

Browse files
committed
Fixing trailing spaces
1 parent ac243e5 commit 81678e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google_map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export default class GoogleMap extends Component {
324324
return;
325325
}
326326
this.initialized_ = true;
327-
327+
328328
const propsCenter = latLng2Obj(this.props.center || this.props.defaultCenter);
329329
this.geoService_.setView(propsCenter, this.props.zoom || this.props.defaultZoom, 0);
330330

0 commit comments

Comments
 (0)