Skip to content

Commit

Permalink
style: linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jan 17, 2025
1 parent fc7df45 commit 695ff75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/howto/build-guides/select-platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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: <distribution>@<series>``. For example, a charm that runs on Ubuntu 24.04 LTS may be defined with the following ``base`` key:
``base: <distribution>@<series>``. For example, a charm that runs on Ubuntu
24.04 LTS may be defined with the following ``base`` key:

.. code-block:: yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/files/charmcraft-sample-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 695ff75

Please sign in to comment.