mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 18:40:38 +00:00
Fix syntax error: remove extra closing brace in serialization.cc
Co-authored-by: nyh <584227+nyh@users.noreply.github.com>
This commit is contained in:
@@ -98,7 +98,6 @@ internal::magnitude_and_precision internal::get_magnitude_and_precision(std::str
|
||||
magnitude = dot_or_end - nonzero - 1;
|
||||
precision = base.size() - nonzero - 1;
|
||||
}
|
||||
}
|
||||
// trailing zeros don't count to precision, e.g., precision
|
||||
// of 1000.0, 1.0 or 1.0000 are just 1.
|
||||
size_t last_significant = base.find_last_not_of(".0");
|
||||
|
||||
Reference in New Issue
Block a user