Skip to content

Commit 31b8455

Browse files
authored
Attempt fix
1 parent 0b314fd commit 31b8455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/xinterpreter.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ int __get_cxx_version () {
101101
__get_cxx_version ()
102102
)";
103103

104-
auto cxx_version = Cpp::Evaluate(code);
105-
return std::to_string(cxx_version);
104+
auto cxx_version = Cpp::Evaluate(code);
105+
return std::to_string(cxx_version);
106106
}
107107

108108

@@ -132,7 +132,7 @@ __get_cxx_version ()
132132
const std::string& code,
133133
bool silent,
134134
bool /*store_history*/,
135-
nl::json /*user_expressions*/,
135+
nl::json /*user_expressions*/
136136
)
137137
{
138138
nl::json kernel_res;

0 commit comments

Comments
 (0)