Skip to content

Commit

Permalink
squash. remove clang-fromat directives
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Apr 1, 2024
1 parent de9f9f6 commit f645331
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace irods::experimental::api::genquery2
}
}; // struct column_info

// clang-format off
const std::map<std::string_view, column_info> column_name_mappings{
{"ZONE_ID", {"R_ZONE_MAIN", "zone_id"}},
{"ZONE_NAME", {"R_ZONE_MAIN", "zone_name"}},
Expand Down Expand Up @@ -229,7 +228,6 @@ namespace irods::experimental::api::genquery2
//{"TICKET_DATA_COLL_NAME", {"R_COLL_MAIN", "coll_name"}} // Includes join between R_DATA_MAIN and
//R_COLL_MAIN. What is this?
}; // column_name_mappings
// clang-format on
} // namespace irods::experimental::api::genquery2

#endif // IRODS_GENQUERY2_TABLE_COLUMN_MAPPINGS_HPP

0 comments on commit f645331

Please sign in to comment.