From c19a22c7a8b5f6587c64524c4c551f655d24c358 Mon Sep 17 00:00:00 2001 From: Konrad Date: Fri, 1 Nov 2024 16:30:40 +0100 Subject: [PATCH] fix: style --- spec/morandi_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/morandi_spec.rb b/spec/morandi_spec.rb index d55b53c..b34f68d 100644 --- a/spec/morandi_spec.rb +++ b/spec/morandi_spec.rb @@ -436,7 +436,7 @@ expect(processed_image_width).to eq(pixbuf.width) expect(processed_image_height).to eq(pixbuf.height) - # Pixbuf no-op is slightly different than file no-op because icc colour profile processing only happens for files + # Pixbuf's no-op is different than file no-op because icc colour profile processing only happens for files expect(file_out).to match_reference_image('plasma-from-pixbuf-no-op-output') end end