diff --git a/app/test/my-list-basic.html b/app/test/my-list-basic.html
index a59deade..5428b85a 100644
--- a/app/test/my-list-basic.html
+++ b/app/test/my-list-basic.html
@@ -45,13 +45,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
// TODO: Fix list.items.push('Foo') causing a WeakMap exception
// Invalid value used as weak map key
list.items = [
- 'Responsive Web App boilerplate',
- 'Iron Elements and Paper Elements',
- 'End-to-end Build Tooling (including Vulcanize)',
- 'Unit testing with Web Component Tester',
- 'Routing with Page.js',
- 'Offline support with the Platinum Service Worker Elements'
- ];
+ 'Responsive Web App boilerplate',
+ 'Iron Elements and Paper Elements',
+ 'End-to-end Build Tooling (including Vulcanize)',
+ 'Unit testing with Web Component Tester',
+ 'Routing with Page.js',
+ 'Offline support with the Platinum Service Worker Elements'
+ ];
// Data bindings will stamp out new DOM asynchronously
// so wait to check for updates