Skip to content

Commit 6b48e1b

Browse files
committed
chore: lint
1 parent c5863c0 commit 6b48e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/datasource/host/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func (i *Info) getReleaseInfo(ctx context.Context, osReleaseLocation string) (re
302302

303303
return hostReleaseInfo
304304
}
305-
305+
306306
return mergeHostAndOsReleaseInfo(hostReleaseInfo, osRelease)
307307
}
308308

internal/datasource/host/info_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ func TestInfo_ContainerInfo(t *testing.T) {
518518
execMock.HostnameReturns(test.expectHostname, nil)
519519
execMock.ReleaseInfoReturns(releaseInfo)
520520

521-
_, err := mountInfoFile.WriteString(test.mountInfo)
521+
_, err = mountInfoFile.WriteString(test.mountInfo)
522522
require.NoError(tt, err)
523523

524524
err = mountInfoFile.Close()

0 commit comments

Comments
 (0)