Skip to content

Commit 76140b3

Browse files
committed
Add doc to rhythm_doctor::APP_ID_STR
1 parent 7e2387a commit 76140b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Launcher/src/rhythm_doctor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use which::which;
1010
/// Rhythm Doctor's App ID.
1111
#[allow(clippy::unreadable_literal)]
1212
const APP_ID: u32 = 774181;
13-
13+
/// Rhythm Doctor's App ID.
1414
const APP_ID_STR: &str = "774181";
1515

1616
#[allow(clippy::doc_markdown)]

0 commit comments

Comments
 (0)