Skip to content

Commit a1c3b6e

Browse files
committed
Small fixes
1 parent 0815b19 commit a1c3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

final/vterm/fstyle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class FStyle
8888
return fchar_attr;
8989
}
9090

91-
constexpr auto toFAttribute() const noexcept -> FAttribute
91+
auto toFAttribute() const noexcept -> FAttribute
9292
{
9393
FCharAttribute fchar_attr{toFCharAttribute()};
9494
FAttribute fattr{};

0 commit comments

Comments
 (0)