Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit db91555

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove semicolon(s) from 3 files inc gloo2/common/optional.h
Reviewed By: mdko Differential Revision: D53776110 fbshipit-source-id: 778a681d5bda158e4e85e8660d5cf4b2e28f99d4
1 parent 798c4b9 commit db91555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CodeGen/MemoryAllocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ float MemoryAllocator::getAllocationEfficiency() const {
4848
} else {
4949
return 0;
5050
}
51-
};
51+
}
5252

5353
uint64_t MemoryAllocator::getEffectiveSize(uint64_t size) const {
5454
return alignedSize(size, alignment_);

0 commit comments

Comments
 (0)