Skip to content

Commit

Permalink
Add 3 more semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Nov 19, 2016
1 parent 31f0e76 commit 22229d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/typings-test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { FluxStandardAction, isError, isFSA } from '../src';

interface CustomPayload {
a: number
a: number;
}

interface CustomMetadata {
b: string
b: string;
}

interface MyError extends Error {
someField: string
someField: string;
}

function createCustomAction(payload: CustomPayload): FluxStandardAction<CustomPayload, any> {
Expand Down

0 comments on commit 22229d3

Please sign in to comment.