mirror of
https://github.com/Noratrieb/evaluate_obligation-fingerprints.git
synced 2026-01-15 18:55:01 +01:00
info
This commit is contained in:
parent
93553d8aae
commit
e9b6576d2b
3 changed files with 17 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ const one = c.findIndex(l => l.includes("// 1"));
|
|||
if (c[one + 1].includes("// 2")) {
|
||||
c.splice(one + 1, 1);
|
||||
} else {
|
||||
c.splice(one + 1, 0, " // 2")
|
||||
c.splice(one + 1, 0, "// 2")
|
||||
}
|
||||
|
||||
fs.writeFileSync("src/main.rs", c.join("\n"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue