Skip to content

Commit

Permalink
Use prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
shauns committed Jan 31, 2017
1 parent 7857b73 commit 85c9e5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ type RadarDataSet = {
values: {[variableKey: string]: number},
};

export type RadarData = {variables: Array<RadarVariable>, sets: Array<RadarDataSet>};
export type RadarData = {
variables: Array<RadarVariable>,
sets: Array<RadarDataSet>,
};

export type RadarPoint = {
x: number,
Expand Down

0 comments on commit 85c9e5a

Please sign in to comment.