From 7e2c4831c64900a1dea47306a3c3cbb45aa7e35f Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Mon, 22 Apr 2024 08:15:24 -0300 Subject: [PATCH] chore: fix trailing whitespace Signed-off-by: Claudio Matsuoka --- charmcraft/application/commands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charmcraft/application/commands/init.py b/charmcraft/application/commands/init.py index e43754638..c3fdcd06a 100644 --- a/charmcraft/application/commands/init.py +++ b/charmcraft/application/commands/init.py @@ -83,7 +83,7 @@ │ │ ├── lib │ │ │ └── test-helpers.sh │ │ └── general - │ │ └── integration + │ │ └── integration │ │ └── task.yaml - Run integration tests in spread back-end │ └── unit │ └── test_charm.py - Unit tests