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/matrix/concurrency_test.go | |
parent | 99cdaa0b69e884128e8f673f96bd4d3e32743d80 (diff) |
make format
Run "make format" using
go version go1.19.4 linux/amd64
Diffstat (limited to 'tests/matrix/concurrency_test.go')
-rw-r--r-- | tests/matrix/concurrency_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/matrix/concurrency_test.go b/tests/matrix/concurrency_test.go index 4f060ab..15dbc3e 100644 --- a/tests/matrix/concurrency_test.go +++ b/tests/matrix/concurrency_test.go @@ -134,7 +134,7 @@ func TestConcurrentReadCreate(t *testing.T) { // // So far, it only has triggered warnings like this // -// go-fuse: warning: Inode.Path: inode i4201033 is orphaned, replacing segment with ".go-fuse.5577006791947779410/deleted" +// go-fuse: warning: Inode.Path: inode i4201033 is orphaned, replacing segment with ".go-fuse.5577006791947779410/deleted" // // but none of the "blocked waiting for FORGET". func TestInoReuse(t *testing.T) { |