Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-05 10:19:53 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-05 10:19:53 +0300
commitc9c6e13d1d341f1dc3aa092e1a22aafa0cee14ba (patch)
tree45563d72eb2cf6871626b191012cf0ac3f10c179 /streamio
parent497699f17d36d0c4a0f9ddfc9f53cf5ccfc085eb (diff)
global: Reformat sources with gofumpt v0.4.0
Reformat surces with the newly upgraded gofumpt v0.4.0.
Diffstat (limited to 'streamio')
-rw-r--r--streamio/stream.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/streamio/stream.go b/streamio/stream.go
index 68e6bd687..9d953eb66 100644
--- a/streamio/stream.go
+++ b/streamio/stream.go
@@ -1,7 +1,6 @@
// Package streamio contains wrappers intended for turning gRPC streams
// that send/receive messages with a []byte field into io.Writers and
// io.Readers.
-//
package streamio
import (