Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 9, 2025
1 parent a3f3c48 commit 5d62108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/cgroups/files/user-resources.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Type=simple
User=root
Group=root
ExecStartPost=/bin/bash -c "echo 400000 > /sys/fs/cgroup/cpu,cpuacct/user.slice/cpu.rt_runtime_us"
ExecStartPost=/bin/bash -c "echo 400000 > /sys/fs/cgroup/cpu,cpuacct/user.slice/cpu.rt_runtime_us"

Check warning on line 5 in ansible/roles/cgroups/files/user-resources.conf

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (cpuacct)
2 changes: 1 addition & 1 deletion ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
become: true
- name: Install EmPy with specific version
ansible.builtin.pip:
name:
name:
- empy==3.3.4
extra_args: "--no-cache-dir"
become: true
Expand Down

0 comments on commit 5d62108

Please sign in to comment.