Skip to content

Commit 3e3568c

Browse files
committed
Remove extra comma
1 parent 0fb95ff commit 3e3568c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tv/optional.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ struct optional_storage<T> {
137137
return bounded::assume_in_range<tombstone_index_t>(
138138
underlying_index == -1_bi ?
139139
-1_bi :
140-
underlying_index - 1_bi,
140+
underlying_index - 1_bi
141141
);
142142
}
143143

0 commit comments

Comments
 (0)