Skip to content

Commit 17e8064

Browse files
committed
fix code formatting
1 parent 80a6762 commit 17e8064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/learn/namespaces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Similar to `:refer`, the `ns` macro has an `:import` clause (that is supported b
9797
(ns com.some-example.my-app2
9898
(:import
9999
[java.util Date UUID]
100-
[java.io File]))
100+
[java.io File]))
101101
----
102102

103103
This example imports the `Date` and `UUID` class from the `java.util` package and the `File` class from the `java.io` package.

0 commit comments

Comments
 (0)