Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vn971 committed Aug 29, 2024
1 parent 942b69f commit c07d4bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

fn main() {
// Check that a single TLS feature has been used
#[cfg(all(feature = "rustls-tls", feature = "native-tls"))]
Expand All @@ -15,7 +14,7 @@ fn main() {
}

mod shell_completions {
#![allow(dead_code)] // Ignore unused warnings caused by including cli_args below.
#![allow(dead_code)] // Ignore unused warnings caused by including cli_args below.
extern crate structopt;

use structopt::clap::Shell;
Expand Down

0 comments on commit c07d4bd

Please sign in to comment.