Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-cidutil
Commits
2f1a02b4
Commit
2f1a02b4
authored
May 06, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nit: gofmt
parent
4216e281
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
format_test.go
format_test.go
+1
-1
No files found.
format_test.go
View file @
2f1a02b4
...
...
@@ -96,7 +96,7 @@ bafybeietjgsrl3eqpqpcabv3g6iubytsifvq24xrrhd3juetskltgq7dja.
offset
:=
0
for
len
(
buf
)
>
0
{
_
,
j
,
_
,
cidStr
:=
ScanForCid
(
buf
)
if
cidStr
!=
""
&&
cids
[
idx
]
!=
cidStr
{
if
cidStr
!=
""
&&
cids
[
idx
]
!=
cidStr
{
t
.
Fatalf
(
"Scan failed, expected %s, got %s (idx=%d offset=%d)"
,
cids
[
idx
],
cidStr
,
idx
,
offset
)
}
buf
=
buf
[
j
:
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment