Skip to content

Commit 18bd4b7

Browse files
committed
fmt
1 parent 59e87fd commit 18bd4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/files/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ type cacheMetrics struct {
129129
type CacheEntryValue struct {
130130
fs.FS
131131
Object rbac.Object
132-
Size int64
132+
Size int64
133133
}
134134

135135
type cacheEntry struct {

0 commit comments

Comments
 (0)