Skip to content

Commit

Permalink
fix: go fmt helpers.gen.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuribori committed Nov 14, 2023
1 parent e152aa2 commit b8b83be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/config/helpers.gen.go
Expand Up @@ -2,7 +2,7 @@
// GoToSocial
// Copyright (C) GoToSocial Authors admin@gotosocial.org
// SPDX-License-Identifier: AGPL-3.0-or-later
//
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
Expand Down Expand Up @@ -3723,4 +3723,3 @@ func GetRequestIDHeader() string { return global.GetRequestIDHeader() }

// SetRequestIDHeader safely sets the value for global configuration 'RequestIDHeader' field
func SetRequestIDHeader(v string) { global.SetRequestIDHeader(v) }

0 comments on commit b8b83be

Please sign in to comment.