Add newline to end of layout-command.ts

This commit is contained in:
Kristóf Tóth 2018-03-21 16:20:56 +01:00
parent 0cf36912c3
commit ccc0781735

View File

@ -1,4 +1,4 @@
export class LayoutCommand { export class LayoutCommand {
command: string; command: string;
layout: string; layout: string;
} }