Skip to content

Commit 62e1fdf

Browse files
committed
add newlines
1 parent 44c1af2 commit 62e1fdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/factories/InvoiceFactory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export class InvoiceFactory extends ApiFactory {
1616
...attrs
1717
});
1818
}
19-
}
19+
}

test/integration/factories/InvoiceLineFactory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ export class InvoiceLineFactory extends ApiFactory {
2626
}
2727
);
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)