From d9e9fcf9a25c3f6c86f5fd1535c118f3b631c5ca Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Thu, 27 Feb 2020 20:24:15 -0500 Subject: [PATCH] remove trailing whitespace GitOrigin-RevId: 4ccd727a7921e8ef08296586283d84bdc6f31c99 --- Shared/SoundEffects.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/SoundEffects.cs b/Shared/SoundEffects.cs index 6881434..b6b9645 100644 --- a/Shared/SoundEffects.cs +++ b/Shared/SoundEffects.cs @@ -1,6 +1,6 @@ using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; - + namespace SemiColinGames { public static class SoundEffects {