Skip to content

Commit 853a9d0

Browse files
committed
run clang format
1 parent 3b927e4 commit 853a9d0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/lib_json/json_value.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ Value::Value(const String& value) {
441441
value.data(), static_cast<unsigned>(value.length()));
442442
}
443443

444-
445444
Value::Value(const StaticString& value) {
446445
initBasic(stringValue);
447446
value_.string_ = const_cast<char*>(value.c_str());
@@ -649,7 +648,6 @@ bool Value::getString(char const** begin, char const** end) const {
649648
return true;
650649
}
651650

652-
653651
String Value::asString() const {
654652
switch (type()) {
655653
case nullValue:

0 commit comments

Comments
 (0)