Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 24, 2024
1 parent 54016e1 commit 5511544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npm_rc/ini.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ a = 1
value: Value::String("a;#\"\\".into()),
}),
KeyValueOrSection::Section(Section {
header: "section".into(),
header: "section",
items: vec![KeyValue {
key: Key::Plain("a".into()),
value: Value::Number(1),
Expand Down

0 comments on commit 5511544

Please sign in to comment.