From 36efe02e745d438fa608aa581fa720c3b17eb022 Mon Sep 17 00:00:00 2001 From: Braedon Date: Tue, 11 Apr 2017 12:21:56 +1000 Subject: [PATCH] Stylecop final (#1798) * Final Stylecop --- .../Models/Area/AtmosphereComponentTest.cs | 13 +++++++++++-- ProjectSettings/ProjectSettings.asset | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Assets/Editor/UnitTests/Models/Area/AtmosphereComponentTest.cs b/Assets/Editor/UnitTests/Models/Area/AtmosphereComponentTest.cs index 791179453..a899ce932 100644 --- a/Assets/Editor/UnitTests/Models/Area/AtmosphereComponentTest.cs +++ b/Assets/Editor/UnitTests/Models/Area/AtmosphereComponentTest.cs @@ -1,9 +1,18 @@ -using System; +#region License +// ==================================================== +// Project Porcupine Copyright(C) 2016 Team Porcupine +// This program comes with ABSOLUTELY NO WARRANTY; This is free software, +// and you are welcome to redistribute it under certain conditions; See +// file LICENSE, which is part of this source code package, for details. +// ==================================================== +#endregion + +using System; using NUnit.Framework; public class AtmosphereComponentTest { - AtmosphereComponent empty1, empty2, notEmpty1, notEmpty2; + private AtmosphereComponent empty1, empty2, notEmpty1, notEmpty2; [SetUp] public void Setup() diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index c42c1b775..770459331 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -526,4 +526,4 @@ PlayerSettings: cloudProjectId: projectName: organizationId: - cloudEnabled: 0 \ No newline at end of file + cloudEnabled: 0