Skip to content
Snippets Groups Projects
Unverified Commit bb3a6f32 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

docs: site-example: add trailing commas in image-customization

Make the example match our recommended coding style.
parent ecacd5ec
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,11 @@ features { ...@@ -10,11 +10,11 @@ features {
'respondd', 'respondd',
'status-page', 'status-page',
'web-advanced', 'web-advanced',
'web-wizard' 'web-wizard',
} }
if not device_class('tiny') then if not device_class('tiny') then
features { features {
'wireless-encryption-wpa3' 'wireless-encryption-wpa3',
} }
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment