Skip to content

Commit

Permalink
add a nolint statement
Browse files Browse the repository at this point in the history
Signed-off-by: Laurynas Jagutis <[email protected]>
  • Loading branch information
Laurynas-Jagutis committed Oct 2, 2024
1 parent 570bad9 commit 10a8517
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ inline char* PgmVnfConverter::get_file_buffer() { return this->f_file_buffer; }

inline power_grid_model::WritableDataset* PgmVnfConverter::get_deserialized_data() { return this->deserialized_data; }

inline std::vector<power_grid_model::Node> PgmVnfConverter::convert_node_input() {
// here the deserialized data should be used
auto data = this->deserialized_data;
inline std::vector<power_grid_model::Node>
PgmVnfConverter::convert_node_input() { // NOLINT(readability-convert-member-functions-to-static)

std::vector<power_grid_model::NodeInput> const node_inputs = {{1, 110.0}};

Expand Down

0 comments on commit 10a8517

Please sign in to comment.