Skip to content

Commit

Permalink
Fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
gdfast committed Aug 4, 2023
1 parent ef4e8d7 commit 645d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightstep/resource_inferred_service_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func resourceInferredServiceRuleRead(
resourceData,
)
if err != nil {
diag.Errorf("failed to read inferred service rule due to %v")
diag.Errorf("failed to read inferred service rule due to %v", err)
}

return diagnostics
Expand Down

0 comments on commit 645d57a

Please sign in to comment.