Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 7, 2018
1 parent 5fa43b5 commit 337b0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default class App extends Vue {
});
EventBus.$on(Events.TRIGGER_FILTER_SEARCH, (args: { filters: Searchable[], query: string }) => {
while(this.activeFilters.length > 0) {
while (this.activeFilters.length > 0) {
this.activeFilters.pop();
}
this.activeFilters.push(...args.filters);
Expand Down Expand Up @@ -414,7 +414,7 @@ code,
kbd {
&:after,
&:before {
letter-spacing: -1em;
letter-spacing: -1em;
}
}
Expand Down

0 comments on commit 337b0b0

Please sign in to comment.