Skip to content

Commit

Permalink
Correct ramda
Browse files Browse the repository at this point in the history
  • Loading branch information
SkippyZA committed Jun 19, 2017
1 parent 7efc6cc commit de7a33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/telemetry-file-loader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs'
import R from 'rambda'
import R from 'ramda'
import { SIZE_IN_BYTES as HEADER_SIZE_IN_BYTES, TelemetryHeader } from '../headers/telemetry-header'
import { SIZE_IN_BYTES as DISK_SUB_HEADER_SIZE_IN_BYTES, DiskSubHeader } from '../headers/disk-sub-header'
import { SIZE_IN_BYTES as VAR_HEADER_SIZE_IN_BYTES, VarHeader } from '../headers/var-header'
Expand Down

0 comments on commit de7a33b

Please sign in to comment.