Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jheiling committed Feb 14, 2018
1 parent 810499a commit 133d93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/Signal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Signals
{
#if UNITY_EDITOR
#pragma warning disable
[SerializeField] [Multiline] string _description = "";
[SerializeField] [Multiline] string _description;
#pragma warning restore
[SerializeField] bool _serializeChanges;
#endif
Expand Down
2 changes: 1 addition & 1 deletion Code/SignalListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Signals
{
#if UNITY_EDITOR
#pragma warning disable
[SerializeField] [Multiline] string _description = "";
[SerializeField] [Multiline] string _description;
#pragma warning restore
#endif
[SerializeField] ST _signal;
Expand Down

0 comments on commit 133d93f

Please sign in to comment.