From f43a06f42e349ec228b73d96470898d7d4f07626 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 28 Dec 2025 17:19:57 +0000 Subject: [PATCH] Remove trailing whitespace in CONTRIBUTING.md Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dee2af0..6d7241e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ SparkOS aims to be: - Use tabs for indentation - Keep lines under 80 characters when reasonable - Comment complex logic - + - **Shell Scripts**: Follow Google Shell Style Guide - For runtime scripts (inside rootfs): Use `#!/bin/sh` for POSIX-compliant scripts (busybox compatibility) - For build scripts (host system): Can use `#!/bin/bash` when bash-specific features are needed