Remove newlines
Some checks failed
Lint / test (push) Waiting to run
CI / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2026-06-14 18:34:22 +10:00
parent eb1d096c90
commit 8f425b595b
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -1170,7 +1170,6 @@ def _manifest_from_bundle_dir(
group: "{{ item.group }}" group: "{{ item.group }}"
mode: "{{ item.mode }}" mode: "{{ item.mode }}"
loop: "{{ users_ssh_files | default([]) }}" loop: "{{ users_ssh_files | default([]) }}"
""" """
if flatpak_remotes or users_flatpaks: if flatpak_remotes or users_flatpaks:
@ -1215,7 +1214,6 @@ def _manifest_from_bundle_dir(
environment: environment:
HOME: "{{ item.home | default('/home/' ~ item.user, true) }}" HOME: "{{ item.home | default('/home/' ~ item.user, true) }}"
XDG_DATA_HOME: "{{ (item.home | default('/home/' ~ item.user, true)) ~ '/.local/share' }}" XDG_DATA_HOME: "{{ (item.home | default('/home/' ~ item.user, true)) ~ '/.local/share' }}"
""" """
with open( with open(