Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty committed Aug 20, 2020
1 parent 9ec3404 commit 4167a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gatsby-source-url/test/utils/getSrcsetWidths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export const getSrcsetWidths: (srcset: string) => number[] = R.pipe(
R.map(R.trim),
R.map(R.split(' ')),
R.map<readonly string[], string>(R.last),
R.map(parseInt));
R.map(parseInt),
);

0 comments on commit 4167a78

Please sign in to comment.