Skip to content

Commit 751490c

Browse files
committed
Changes from running 'make format; make all force=1'
1 parent ec8bc0e commit 751490c

File tree

4 files changed

+46
-46
lines changed

4 files changed

+46
-46
lines changed

pkg/ast/ast.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -190,21 +190,21 @@ type (
190190
}
191191

192192
CaseNode struct {
193-
Test *Node // The expression to test
194-
Shift int64 // Bit shift for hash compaction
195-
Mask int64 // Bit mask for hash compaction
196-
TestType interface{} // Keyword: :int, :hash-identity, or :hash-equiv
197-
SwitchType interface{} // Keyword: :compact or :sparse
198-
Default *Node // Default expression
199-
Entries []CaseEntry // Case entries
200-
SkipCheck map[int64]bool // Set of keys with collisions
193+
Test *Node // The expression to test
194+
Shift int64 // Bit shift for hash compaction
195+
Mask int64 // Bit mask for hash compaction
196+
TestType interface{} // Keyword: :int, :hash-identity, or :hash-equiv
197+
SwitchType interface{} // Keyword: :compact or :sparse
198+
Default *Node // Default expression
199+
Entries []CaseEntry // Case entries
200+
SkipCheck map[int64]bool // Set of keys with collisions
201201
}
202202

203203
CaseEntry struct {
204-
Key int64 // Map key (int value or shifted/masked hash)
205-
TestConstant *Node // Original test constant (nil for collisions)
206-
ResultExpr *Node // Result expression or condp for collisions
207-
HasCollision bool // Whether this is a collision case
204+
Key int64 // Map key (int value or shifted/masked hash)
205+
TestConstant *Node // Original test constant (nil for collisions)
206+
ResultExpr *Node // Result expression or condp for collisions
207+
HasCollision bool // Whether this is a collision case
208208
}
209209

210210
TheVarNode struct {

pkg/stdlib/clojure/walk/loader.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/stdlib/glojure/go/io/loader.go

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/stdlib/glojure/go/types/loader.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)