mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 09:16:16 -06:00
lint
This commit is contained in:
parent
74d1b5b1ac
commit
689aabc687
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue