Skip to content

Commit c280692

Browse files
committed
lint
1 parent cead44f commit c280692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/deploymentconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ type DeploymentConfigField[T Flaggable] struct {
124124
}
125125

126126
// MarshalJSON removes the Value field from the JSON output of any fields marked Secret.
127-
// nolint: revive
127+
// nolint:revive
128128
func (f *DeploymentConfigField[T]) MarshalJSON() ([]byte, error) {
129129
if !f.Secret {
130130
return json.Marshal(struct {

0 commit comments

Comments
 (0)