diff options
author | Jakob Unterwurzacher | 2022-12-29 15:00:24 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2022-12-29 15:00:37 +0100 |
commit | 856ccaac10579abda5620dfc86ad6031b1076a43 (patch) | |
tree | 91c3f90cf19123ff0cd6cd86d514afb7d38c4ed6 /tests/reverse | |
parent | 99cdaa0b69e884128e8f673f96bd4d3e32743d80 (diff) |
make format
Run "make format" using
go version go1.19.4 linux/amd64
Diffstat (limited to 'tests/reverse')
-rw-r--r-- | tests/reverse/inomap_test.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/reverse/inomap_test.go b/tests/reverse/inomap_test.go index d5544c8..a79ddd2 100644 --- a/tests/reverse/inomap_test.go +++ b/tests/reverse/inomap_test.go @@ -35,15 +35,15 @@ func findIno(dir string, ino uint64) string { // TestVirtualFileIno creates a directory tree like this: // -// TestVirtualFileIno <---- parent -// └── xxxxxxx[...] <---- child +// TestVirtualFileIno <---- parent +// └── xxxxxxx[...] <---- child // // Which looks like this encrypted: // -// OLUKdPMg6l87EiKVlufgwIkQL8MD6JdUgOR3a8nEZ-w <---- parent -// ├── gocryptfs.diriv <---- diriv -// ├── gocryptfs.longname.e31v1ax4h_F0l4jhlN8kCjaWWMq8rO9VVBZ15IYsV50 <---- child -// └── gocryptfs.longname.e31v1ax4h_F0l4jhlN8kCjaWWMq8rO9VVBZ15IYsV50.name <---- name +// OLUKdPMg6l87EiKVlufgwIkQL8MD6JdUgOR3a8nEZ-w <---- parent +// ├── gocryptfs.diriv <---- diriv +// ├── gocryptfs.longname.e31v1ax4h_F0l4jhlN8kCjaWWMq8rO9VVBZ15IYsV50 <---- child +// └── gocryptfs.longname.e31v1ax4h_F0l4jhlN8kCjaWWMq8rO9VVBZ15IYsV50.name <---- name // // It verifies that the inode numbers match what we expect. func TestVirtualFileIno(t *testing.T) { |