Skip to content

Commit c8007b4

Browse files
committed
lint
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent 25e1453 commit c8007b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/cli/internal/policydevel

app/cli/internal/policydevel/eval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func craftMaterial(materialPath, materialKind string, logger *zerolog.Logger) (*
177177
// If no material path provided, create empty material
178178
if materialPath == "" {
179179
return &v12.Attestation_Material{
180-
Id: "empty-input",
180+
Id: "empty-input",
181181
M: &v12.Attestation_Material_String_{
182182
String_: &v12.Attestation_Material_KeyVal{
183183
Id: "empty-input",

0 commit comments

Comments
 (0)