diff --git a/src/main.rs b/src/main.rs
index f251d642020bb5225bdfd4eb2a389159ec868b49..7b57d33975b23751a2537c2796da4c766d1f8abb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -56,7 +56,11 @@ pub struct Args {
 	pub subcommand: Subcommand,
 
 	/// Indexer URL
-	#[clap(short, long, default_value = "http://localhost:8080/v1/graphql")]
+	#[clap(
+		short,
+		long,
+		default_value = "http://localhost:8080/v1/graphql"
+	)]
 	indexer: String,
 	/// Do not use indexer
 	#[clap(long)]