Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
Automatically format files with new formatters
  • Loading branch information
lengau committed Dec 17, 2024
1 parent 57b529a commit 578b0cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `tox`?

-----
---
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories:
- title: "Tooling"
label:
- "tooling"
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
template: |
Special thanks to the contributors that made this release happen: $CONTRIBUTORS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
inputs:
enable_ssh_access:
type: boolean
description: 'Enable ssh access'
description: "Enable ssh access"
required: false
default: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- hotfix/*
- work/check-policy # For development
- work/check-policy # For development

jobs:
policy:
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@0;1&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital@0;1&display=swap");

body {
font-family: Ubuntu, "times new roman", times, roman, serif;
Expand All @@ -8,7 +8,7 @@ div .toctree-wrapper {
column-count: 2;
}

div .toctree-wrapper>ul {
div .toctree-wrapper > ul {
margin: 0;
}

Expand Down

0 comments on commit 578b0cd

Please sign in to comment.