Skip to content

Commit e58d82c

Browse files
committed
style: linting warning
1 parent 41eaa0d commit e58d82c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/charm/terminal.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
(ns charm.terminal
22
"JLine terminal wrapper for charm.clj"
33
(:import [org.jline.terminal Terminal TerminalBuilder Attributes]
4-
[org.jline.utils InfoCmp$Capability]
5-
[java.nio.charset Charset]))
4+
[org.jline.utils InfoCmp$Capability]))
65

76
(defn create-terminal
87
"Create a JLine terminal with system I/O and FFM as native interface."

0 commit comments

Comments
 (0)