mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-06 10:55:57 +02:00
Fixed a whitespace problem.
This commit is contained in:
parent
f40c880585
commit
1d648f089a
@ -45,7 +45,7 @@ struct ValueTest : JsonTest::TestCase
|
||||
, smallUnsignedInteger_( Json::Value::UInt( Json::Value::maxInt ) )
|
||||
, unsignedInteger_( 34567890u )
|
||||
, real_( 1234.56789 )
|
||||
, float_( 0.00390625f )
|
||||
, float_( 0.00390625f )
|
||||
, emptyString_( "" )
|
||||
, string1_( "a" )
|
||||
, string_( "sometext with space" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user