Skip to content

Commit f2ffc6e

Browse files
committed
Format
1 parent 74f8b89 commit f2ffc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scylla-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ struct ScyllaArgs {
129129
#[arg(short = 's', long, env = "SCYLLA_VIDEO_SUFFIX", default_value = ".mp4")]
130130
video_suffix: String,
131131

132-
/// The port to bind scylla to
132+
/// The port to bind scylla to
133133
#[arg(short = 'p', long, env = "SCYLLA_PORT", default_value = "8000")]
134134
port: u16,
135135

0 commit comments

Comments
 (0)