Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent 7387822 commit 1c79fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/make-root/uproot_issue_1229.C
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ClassDef(TFooMember, 1);
class TFoo : public TObject {
public:
TFoo(int value_for_member, int value_for_const_member)
: pointer{new TFooMember(value_for_member)}
: pointer{new TFooMember(value_for_member)}
, const_pointer{new TFooMember(value_for_const_member)}
{};

Expand Down

0 comments on commit 1c79fe5

Please sign in to comment.