Skip to content

Commit 6461358

Browse files
bysomeone33cn
authored andcommitted
go fmt and lint code
1 parent 33a50bb commit 6461358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

findlargefile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for y in $objects; do
5353
# find the objects location in the repository tree
5454
other=$(echo "${allObjects}" | grep "$sha")
5555
#lineBreak=`echo -e "\n"`
56-
output="${output}\n${size},${compressedSize},${other}"
56+
output="${output}\\n${size},${compressedSize},${other}"
5757
done
5858

5959
echo -e "$output" | column -t -s ', '

types/proto/p2pnext.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ message MessageBroadCast {
216216
}
217217

218218
/**
219-
* p2p 分布式存储
220-
*/
219+
* p2p 分布式存储
220+
*/
221221

222222
message P2PMessageHeaders {
223223
// shared between all requests

0 commit comments

Comments
 (0)