Skip to content

Commit aa4a51c

Browse files
committed
fix go fmt lint issue
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent d49f86e commit aa4a51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auditor/auditor.loganalytics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (auditor *AzureAuditor) queryLogAnalytics(ctx context.Context, logger *log.
9595

9696
workspaceLogger.WithField("workspaces", workspaces).Debug("sending query")
9797
startTime := time.Now()
98-
98+
9999
queryResults, err := loganalytics.ExecuteQuery(
100100
ctx,
101101
auditor.azure.client,

0 commit comments

Comments
 (0)