"Fix" format input quotes

This commit is contained in:
Chris Hallberg 2021-11-03 16:38:37 -04:00 committed by GitHub
parent efde8a36fb
commit f1b4d588f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ format:
input: |
fn main()
{
println('Hello, world!')
println("Hello, world!")
}