Skip to content

Commit f36d27f

Browse files
committed
wip
1 parent 574db83 commit f36d27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constraint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ type Constrainter interface {
88
}
99

1010
type CeilingFloorConstrainter interface {
11-
Constrainter
1211
ceilinger
1312
floorer
13+
Constrainter
1414
}
1515

1616
func wildcard(c CeilingFloorConstrainter) bool {

0 commit comments

Comments
 (0)