Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 20, 2024
1 parent 3633df1 commit 48087e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/podio/DataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class DataSource : public ROOT::RDF::RDataSource {
///
std::string GetTypeName(std::string_view columnName) const override;

std::string GetLabel() override {
std::string GetLabel() override {
return "PODIO Datasource";
};

Expand Down

0 comments on commit 48087e3

Please sign in to comment.