Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting issue in crates/proto/src/op/message.rs #2165

Merged
merged 1 commit into from Mar 4, 2024

Conversation

marcus0x62
Copy link
Contributor

A recent commit introduced a formatting issue that is causing CI to fail. This PR fixes that warning.

cargo ws exec cargo fmt -- --check
Diff in /home/runner/work/hickory-dns/hickory-dns/crates/proto/src/op/message.rs at line 1259:
         }
 
         let mut decoder = BinDecoder::new(&byte_vec);
-        
+
         Message::read(&mut decoder).unwrap()
     }
 
error: child command failed to exit successfully
error: Recipe `fmt` failed on line 89 with exit code 1
Error: Process completed with exit code 1.

@djc djc merged commit 3db1177 into hickory-dns:main Mar 4, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants