mirror of
https://github.com/restic/restic.git
synced 2025-03-09 00:00:02 +01:00
cmd_ls_integration_test: fixed white space issue (gofmt)
This commit is contained in:
parent
2846b96c63
commit
b61b6ff539
1 changed files with 7 additions and 7 deletions
|
@ -146,13 +146,13 @@ func TestRunLsJson(t *testing.T) {
|
|||
|
||||
// the node structure from cmd_ls
|
||||
type lsNode struct {
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Path string `json:"path"`
|
||||
Permissions string `json:"permissions,omitempty"`
|
||||
Inode uint64 `json:"inode,omitempty"`
|
||||
MessageType string `json:"message_type"` // "node"
|
||||
StructType string `json:"struct_type"` // "node", deprecated
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Path string `json:"path"`
|
||||
Permissions string `json:"permissions,omitempty"`
|
||||
Inode uint64 `json:"inode,omitempty"`
|
||||
MessageType string `json:"message_type"` // "node"
|
||||
StructType string `json:"struct_type"` // "node", deprecated
|
||||
}
|
||||
|
||||
var testNode lsNode
|
||||
|
|
Loading…
Add table
Reference in a new issue