From 695ff750768b226026ece693119dd0bac797dc35 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Fri, 17 Jan 2025 18:22:23 -0500 Subject: [PATCH] style: linting fixes --- docs/howto/build-guides/select-platforms.rst | 3 ++- docs/reference/files/charmcraft-sample-charm.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/howto/build-guides/select-platforms.rst b/docs/howto/build-guides/select-platforms.rst index da91eea5a..09f74308b 100644 --- a/docs/howto/build-guides/select-platforms.rst +++ b/docs/howto/build-guides/select-platforms.rst @@ -17,7 +17,8 @@ system and version on which a charm can build and run. Supported OSs vary by both the version of Charmcraft and the version of `Juju`_. The general syntax for defining a distribution and series is to use -``base: @``. For example, a charm that runs on Ubuntu 24.04 LTS may be defined with the following ``base`` key: +``base: @``. For example, a charm that runs on Ubuntu +24.04 LTS may be defined with the following ``base`` key: .. code-block:: yaml diff --git a/docs/reference/files/charmcraft-sample-charm.yaml b/docs/reference/files/charmcraft-sample-charm.yaml index 4f4f38a40..a689b7659 100644 --- a/docs/reference/files/charmcraft-sample-charm.yaml +++ b/docs/reference/files/charmcraft-sample-charm.yaml @@ -157,7 +157,7 @@ resources: super-app-image: type: oci-image description: OCI image for the Super App (hub.docker.com/_/super-app) -storage: # Possible storage for the charm +storage: # Possible storage for the charm jbod: type: block description: A nice block storage for me to use as swap space