Skip to content

Commit ec739dd

Browse files
committed
Formatting.
1 parent de4b644 commit ec739dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rice/cpp_api/String.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ namespace Rice
1313
* std::cout << s.length() << std::endl;
1414
* \endcode
1515
*/
16-
class String
17-
: public Builtin_Object<T_STRING>
16+
class String : public Builtin_Object<T_STRING>
1817
{
1918
public:
2019
//! Construct a new string.

0 commit comments

Comments
 (0)