diff options
Diffstat (limited to 'modules/lfs')
-rw-r--r-- | modules/lfs/pointer_scanner_gogit.go | 1 | ||||
-rw-r--r-- | modules/lfs/pointer_scanner_nogogit.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/lfs/pointer_scanner_gogit.go b/modules/lfs/pointer_scanner_gogit.go index b4ba6fc133..ed27cb1f55 100644 --- a/modules/lfs/pointer_scanner_gogit.go +++ b/modules/lfs/pointer_scanner_gogit.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build gogit -// +build gogit package lfs diff --git a/modules/lfs/pointer_scanner_nogogit.go b/modules/lfs/pointer_scanner_nogogit.go index cdf88c51b0..d17f1f7b98 100644 --- a/modules/lfs/pointer_scanner_nogogit.go +++ b/modules/lfs/pointer_scanner_nogogit.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build !gogit -// +build !gogit package lfs |