From 689aabc687b0dbcf64a8ab65ff52fc2a52b8d8af Mon Sep 17 00:00:00 2001 From: tobi Date: Mon, 25 Nov 2024 18:40:13 +0100 Subject: [PATCH] lint --- internal/api/model/nullable.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/api/model/nullable.go b/internal/api/model/nullable.go index 9bd744978..4dd02f854 100644 --- a/internal/api/model/nullable.go +++ b/internal/api/model/nullable.go @@ -41,8 +41,8 @@ type nullableState uint8 const ( nullableStateUnspecified nullableState = 0 - nullableStateNull = 1 - nullableStateSet = 2 + nullableStateNull nullableState = 1 + nullableStateSet nullableState = 2 ) // Get retrieves the underlying value, if present,