mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Had commented out the line that actually did anything...
This commit is contained in:
parent
6b0fd2a708
commit
12828e47f9
1 changed files with 1 additions and 1 deletions
|
|
@ -31,5 +31,5 @@ if __name__ == '__main__':
|
||||||
f.write("// It has been created to ensure that *all* source file are included in coverage data\n")
|
f.write("// It has been created to ensure that *all* source file are included in coverage data\n")
|
||||||
f.write("// Reference: https://github.com/flutter/flutter/issues/27997#issue-410722816\n\n")
|
f.write("// Reference: https://github.com/flutter/flutter/issues/27997#issue-410722816\n\n")
|
||||||
|
|
||||||
f.write("// Do not actually test anything!")
|
f.write("// Do not actually test anything!\n")
|
||||||
f.write("void main() {}\n")
|
f.write("void main() {}\n")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue