Skip to content
This repository was archived by the owner on Jul 12, 2019. It is now read-only.

Commit 3ad68a8

Browse files
committed
increased line length
1 parent 9013e2a commit 3ad68a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ AllCops:
1111
- vendor/**/*
1212

1313
Metrics/LineLength:
14-
Max: 100
14+
Max: 120

frontend/app/routes/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default Ember.Route.extend({
1616
1717
<div class="ui list">
1818
<div class="item">
19-
19+
2020
<div class="content">
2121
<h3>${marker.get('propertyName')}</h3>
2222
</div>
@@ -50,7 +50,7 @@ export default Ember.Route.extend({
5050
controller.setProperties({
5151
lat: 37.338208,
5252
lng: -121.886329,
53-
zoom: 12,
53+
zoom: 11,
5454
markers: markers,
5555
model: model
5656
});

0 commit comments

Comments
 (0)