mirror of
https://github.com/github/codeql.git
synced 2026-04-08 00:24:03 +02:00
9 lines
195 B
Go
9 lines
195 B
Go
package main
|
|
|
|
// This file tests that the extractor does not crash on files that do not
|
|
// end in a newline, so it is important not to autoformat this file.
|
|
|
|
// autoformat-ignore
|
|
|
|
func main() {
|
|
} |