test/fuse: clean up

This commit is contained in:
Andrei Vagin 2020-09-15 14:25:31 -07:00 committed by Andrei Vagin
parent 96fb1e60c3
commit 99fca1bf9a
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ fuse_entry_out DefaultEntryOut(mode_t mode, uint64_t node_id, uint64_t size) {
.attr = DefaultFuseAttr(mode, node_id, size),
};
return default_entry_out;
};
}
} // namespace testing
} // namespace gvisor