init: remove unnecessary semicolon

Test: N/A
Change-Id: Ifae3188cabd523d67a5a934e8406eb9984c2cbbd
Signed-off-by: JeongHyeon Lee <jhs2.lee@samsung.com>
This commit is contained in:
JeongHyeon Lee 2022-04-14 18:06:18 +09:00
parent 9c822b55e0
commit 170855dd2c
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ static Result<void> KillZramBackingDevice() {
return ErrnoError() << "zram_backing_dev: swapoff (" << backing_dev << ")"
<< " failed";
}
LOG(INFO) << "swapoff() took " << swap_timer;;
LOG(INFO) << "swapoff() took " << swap_timer;
if (!WriteStringToFile("1", ZRAM_RESET)) {
return Error() << "zram_backing_dev: reset (" << backing_dev << ")"