Skip to content

Commit

Permalink
format: formatting file
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN authored Sep 2, 2024
1 parent 60cd9fd commit 0ac8c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/api/data/AnyFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class AnyFunction {
AnyFunction(AnyFunction const&) = default;
AnyFunction& operator=(AnyFunction const&) = default;
AnyFunction(AnyFunction&&) = default;
AnyFunction& operator=(AAnyFunctio&&) = default;
AnyFunction& operator=(AAnyFunctio&&) = default;

AnyFunction(std::nullptr_t) {}

Expand Down

0 comments on commit 0ac8c17

Please sign in to comment.