Skip to content

Commit 8491ffd

Browse files
committed
linting
1 parent c879f3f commit 8491ffd

File tree

1 file changed

+3
-3
lines changed
  • rust/stackable-cockpit/src

1 file changed

+3
-3
lines changed

rust/stackable-cockpit/src/oci.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub enum Error {
3939
}
4040

4141
/// Identifies an operator-specific root folder in the repository e.g.
42-
/// ```
42+
/// ```text
4343
/// {
4444
/// name: "sdp-charts/airflow-operator"
4545
/// }
@@ -50,7 +50,7 @@ struct OciRepository {
5050
}
5151

5252
/// Identifies an image tag e.g.
53-
/// ```
53+
/// ```text
5454
/// {
5555
/// name: "24.11.1-rc1"
5656
/// }
@@ -61,7 +61,7 @@ pub struct Tag {
6161
}
6262

6363
/// Identifies an image artifact with its digest and tags e.g.
64-
/// ```
64+
/// ```text
6565
/// {
6666
/// digest: "sha256:e80a4b1e004f90dee0321f817871c4a225369b89efdc17c319595263139364b5",
6767
/// tags: [

0 commit comments

Comments
 (0)