mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore: format Go more aggressively
This commit is contained in:
@ -47,9 +47,7 @@ func diffValues(left, right any, table Table) audit.Map {
|
||||
rightI = rightF.Interface()
|
||||
)
|
||||
|
||||
var (
|
||||
diffName = field.FieldType.Tag.Get("json")
|
||||
)
|
||||
diffName := field.FieldType.Tag.Get("json")
|
||||
|
||||
atype, ok := diffKey[diffName]
|
||||
if !ok {
|
||||
|
Reference in New Issue
Block a user