fix: linter

This commit is contained in:
2026-03-23 16:19:17 +03:00
parent 14ef3cf2c5
commit 23121a4741
9 changed files with 100 additions and 101 deletions
+5 -5
View File
@@ -2,9 +2,6 @@ package e2e
import (
"bytes"
"fmt"
"github.com/edmand46/arpack/generator"
"github.com/edmand46/arpack/parser"
"math"
"os"
"os/exec"
@@ -12,6 +9,9 @@ import (
"strconv"
"strings"
"testing"
"github.com/edmand46/arpack/generator"
"github.com/edmand46/arpack/parser"
)
const samplePath = "../testdata/sample.go"
@@ -570,7 +570,7 @@ unsafe class Program
}
`
var csProjSource = fmt.Sprintf(`<Project Sdk="Microsoft.NET.Sdk">
var csProjSource = `<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
@@ -579,7 +579,7 @@ var csProjSource = fmt.Sprintf(`<Project Sdk="Microsoft.NET.Sdk">
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
</Project>
`)
`
// --- TypeScript harness source ---