Skip to content

Commit 71e7231

Browse files
committed
lint
1 parent 0a08c12 commit 71e7231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gantry/fake/gantry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func makeGantryModel(cfg resource.Config, newConf *Config) (referenceframe.Model
4646
model, err = referenceframe.UnmarshalModelJSON(gantryModelJSON, cfg.Name)
4747
}
4848

49-
if (len(model.DoF()) != 1) {
49+
if len(model.DoF()) != 1 {
5050
return nil, fmt.Errorf("gantry model must have exactly one degree of freedom, got %d", len(model.DoF()))
5151
}
5252

0 commit comments

Comments
 (0)