mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01: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() {
|
|
} |