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-dms3
Commits
6ee4b0e7
Unverified
Commit
6ee4b0e7
authored
May 15, 2019
by
Steven Allen
Committed by
GitHub
May 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6340 from ipfs/fix/6337
fix formatting in object get
parents
16f2a56f
ebff0c5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
core/commands/object/object.go
core/commands/object/object.go
+2
-3
No files found.
core/commands/object/object.go
View file @
6ee4b0e7
...
...
@@ -278,9 +278,8 @@ Supported values are:
if
err
!=
nil
{
return
err
}
fmt
.
Fprint
(
w
,
marshaled
)
return
nil
_
,
err
=
w
.
Write
(
marshaled
)
return
err
}),
},
}
...
...
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