common/gpu/intel: reformat

This commit is contained in:
Gavin John 2024-10-18 12:38:51 -07:00 committed by mergify[bot]
parent 3827903417
commit 0ccdd27056
5 changed files with 54 additions and 58 deletions

View file

@ -1,7 +1,5 @@
{
imports = [ ../. ];
boot.kernelParams = [
"i915.enable_guc=2"
];
boot.kernelParams = [ "i915.enable_guc=2" ];
}