Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2025
1 parent e06a2bb commit 42fe0ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions app/lib/use_cases/generate_bind_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def call
print-category yes;
};
category query-errors { query_error; };
category queries { stderr_channel; };
category resolver { stderr_channel; };
category client { stderr_channel; };
category security { stderr_channel; };
category query-errors { query_error; };
category queries { stderr_channel; };
category resolver { stderr_channel; };
category client { stderr_channel; };
category security { stderr_channel; };
};
Expand Down
10 changes: 5 additions & 5 deletions spec/use_cases/generate_bind_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
print-category yes;
};
category query-errors { query_error; };
category queries { stderr_channel; };
category resolver { stderr_channel; };
category client { stderr_channel; };
category security { stderr_channel; };
category query-errors { query_error; };
category queries { stderr_channel; };
category resolver { stderr_channel; };
category client { stderr_channel; };
category security { stderr_channel; };
};
Expand Down

0 comments on commit 42fe0ee

Please sign in to comment.