Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Jul 3, 2023
1 parent 2796d77 commit 5d3b2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent/ChainRune.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { hex } from "../crypto/mod.ts"
import * as $ from "../deps/scale.ts"
import { $extrinsic, decodeMetadata, FrameMetadata } from "../frame_metadata/mod.ts"
import { Connection, known } from "../rpc/mod.ts"
import { Connection } from "../rpc/mod.ts"
import { is, Rune, RunicArgs, ValueRune } from "../rune/mod.ts"
import { BlockHashRune } from "./BlockHashRune.ts"
import { CodecRune } from "./CodecRune.ts"
Expand Down

0 comments on commit 5d3b2f6

Please sign in to comment.