Skip to content

Commit

Permalink
Correctly name these two generated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 5, 2025
1 parent 035c754 commit e7ee2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ impl NodeMemoryBreakdown {

percentage_fn!(connection_readers_percentage, connection_readers);
percentage_as_text_fn!(connection_readers_percentage_as_text, connection_readers);
percentage_fn!(connection_writers_percentage_as_text, connection_writers);
percentage_as_text_fn!(connection_writers_percentage, connection_writers);
percentage_fn!(connection_writers_percentage, connection_writers);
percentage_as_text_fn!(connection_writers_percentage_as_text, connection_writers);
percentage_fn!(connection_channels_percentage, connection_channels);
percentage_as_text_fn!(connection_channels_percentage_as_text, connection_channels);
percentage_fn!(connection_other_percentage, connection_other);
Expand Down

0 comments on commit e7ee2dc

Please sign in to comment.