Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrinjani committed Dec 21, 2017
1 parent c0b60e3 commit 311aaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Coincheck/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// tslint:disable:variable-name
import { Castable, cast, element } from '@bitr/castable'
import { Castable, cast, element } from '@bitr/castable';
import Order from '../Order';

export class AccountsBalanceResponse extends Castable {
Expand Down
2 changes: 1 addition & 1 deletion src/Quoine/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// tslint:disable:variable-name
import { Castable, cast, element } from '@bitr/castable'
import { Castable, cast, element } from '@bitr/castable';

export interface Order {
order_type: string;
Expand Down

0 comments on commit 311aaa2

Please sign in to comment.