style: oxfmt fixes (#925) (thanks @grp06)

This commit is contained in:
Peter Steinberger
2026-01-15 03:22:54 +00:00
parent 8f797f213e
commit 5c52dbf661
5 changed files with 11 additions and 11 deletions

View File

@@ -9,10 +9,7 @@ describe("sandbox docker config", () => {
defaults: {
sandbox: {
docker: {
binds: [
"/var/run/docker.sock:/var/run/docker.sock",
"/home/user/source:/source:rw",
],
binds: ["/var/run/docker.sock:/var/run/docker.sock", "/home/user/source:/source:rw"],
},
},
},