Skip to content

Commit b094f1a

Browse files
committed
Lint.
1 parent 45c39e0 commit b094f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathematica/mathematica.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Symbol {
127127
inline explicit Symbol(std::string_view name);
128128

129129
template<typename... Ts>
130-
requires (!is_instance_of_v<ExpressIn, tail_t<Ts...>>)
130+
requires(!is_instance_of_v<ExpressIn, tail_t<Ts...>>)
131131
std::string operator[](Ts... ts);
132132

133133
template<typename... Ts>
@@ -138,7 +138,7 @@ class Symbol {
138138
std::string name_;
139139
};
140140

141-
// Not usable at the first argument of `Set`. Use `At` instead.
141+
// Not usable at the first argument of `Set`. Use `Symbol`.
142142
template<typename T, typename OptionalExpressIn = std::nullopt_t>
143143
std::string Apply(std::string const& name,
144144
T const& right,

0 commit comments

Comments
 (0)