Skip to content

Commit 40b653e

Browse files
committed
Fix formatting from 0372d5b
1 parent 0372d5b commit 40b653e

File tree

1 file changed

+1
-1
lines changed
  • packages/kmono-core/src/k16/kmono/core

1 file changed

+1
-1
lines changed

packages/kmono-core/src/k16/kmono/core/graph.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
(defn query-dependencies
130130
"Find all dependency packages of `pkg-name` within the given `packages` map.
131131
132-
This includes all transitive dependencies."
132+
This includes all transitive dependencies."
133133
{:malli/schema [:=> [:cat core.schema/?PackageMap :symbol] [:set :symbol]]}
134134
[packages pkg-name]
135135

0 commit comments

Comments
 (0)