Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 16, 2024
1 parent 80a6762 commit 17e8064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/learn/namespaces.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Similar to `:refer`, the `ns` macro has an `:import` clause (that is supported b
(ns com.some-example.my-app2
(:import
[java.util Date UUID]
[java.io File]))
[java.io File]))
----

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

0 comments on commit 17e8064

Please sign in to comment.