Skip to content

Commit d13fd10

Browse files
committed
fmt
1 parent b216efd commit d13fd10

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

coderd/autobuild/lifecycle_executor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ func (e *Executor) runOnce(t time.Time) Stats {
241241
Valid: true,
242242
},
243243
})
244-
245244
if err != nil {
246245
return xerrors.Errorf("update workspace dormant deleting at: %w", err)
247246
}

testutil/reflect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func populateValue(v reflect.Value, r *Random) (reflect.Value, error) {
128128

129129
s.Index(0).Set(sv)
130130
s.Index(1).Set(sv)
131-
//reflect.AppendSlice(s, sv)
131+
// reflect.AppendSlice(s, sv)
132132

133133
return s, nil
134134
case reflect.Uintptr, reflect.UnsafePointer, reflect.Chan, reflect.Func, reflect.Interface:

0 commit comments

Comments
 (0)