Skip to content

Commit a668bfe

Browse files
committed
Fix
1 parent 1e86c05 commit a668bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-terminal/window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,6 @@ std::string Term::Window::render(const std::size_t& x0, const std::size_t& y0, b
294294
out.append(cursor_on());
295295
}
296296
return out;
297-
};
297+
}
298298

299299
} // namespace Term

0 commit comments

Comments
 (0)