Merge pull request #1060 from FluorescentHallucinogen/patch-3

Fix code style
This commit is contained in:
Abdón Rodríguez Davila
2017-09-11 00:46:37 +02:00
committed by GitHub

View File

@@ -68,12 +68,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
}
</style>
<app-location route="{{route}}" url-space-regex="^[[rootPath]]"></app-location>
<app-location
route="{{route}}"
url-space-regex="^[[rootPath]]">
</app-location>
<app-route
route="{{route}}"
pattern="[[rootPath]]:page"
data="{{routeData}}"
tail="{{subroute}}"></app-route>
tail="{{subroute}}">
</app-route>
<app-drawer-layout fullbleed narrow="{{narrow}}">
<!-- Drawer content -->