code formatting

This commit is contained in:
Tim Daubenschütz 2015-05-18 09:59:45 +02:00
parent 25a715ddb3
commit 6ae7ff0d4b
4 changed files with 16 additions and 16 deletions

View File

@ -2,4 +2,4 @@ class ArtworkListStore {
constructor() {
this.artworkList = [];
}
}
};