Skip to content

Commit 112d3d4

Browse files
committed
style: fmt reorder graphql_rate_limit module declaration
1 parent 21c676c commit 112d3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stygian-graph/src/adapters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ pub mod mock_ai;
3737
/// GraphQL API adapter — generic ScrapingService for any GraphQL endpoint
3838
pub mod graphql;
3939

40+
pub mod graphql_rate_limit;
4041
/// Proactive cost-throttle management for GraphQL APIs
4142
pub mod graphql_throttle;
42-
pub mod graphql_rate_limit;
4343

4444
/// Distributed work queue and executor adapters
4545
pub mod distributed;

0 commit comments

Comments
 (0)