Skip to content

Commit 63a3028

Browse files
committed
fmt
1 parent d926212 commit 63a3028

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/checker/utilities.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,6 @@ func nodeCanBeDecorated(useLegacyDecorators bool, node *ast.Node, parent *ast.No
917917
return false
918918
}
919919

920-
921-
922920
func isShorthandPropertyNameUseSite(useSite *ast.Node) bool {
923921
return ast.IsIdentifier(useSite) && ast.IsShorthandPropertyAssignment(useSite.Parent) && useSite.Parent.AsShorthandPropertyAssignment().Name() == useSite
924922
}

0 commit comments

Comments
 (0)