Skip to content

Commit

Permalink
Stylecop final (#1798)
Browse files Browse the repository at this point in the history
* Final Stylecop
  • Loading branch information
BraedonWooding committed Apr 11, 2017
1 parent 409076d commit 36efe02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions 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()
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Expand Up @@ -526,4 +526,4 @@ PlayerSettings:
cloudProjectId:
projectName:
organizationId:
cloudEnabled: 0
cloudEnabled: 0

0 comments on commit 36efe02

Please sign in to comment.