Skip to content

Commit

Permalink
Remove BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
xprees committed Oct 25, 2024
1 parent 86fc737 commit 45fdb46
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.github
.github
.npmignore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unity Core classes
# Unity Core classes

This is base package containing a few common classes for Unity projects.

Expand Down
2 changes: 1 addition & 1 deletion Runtime.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Runtime/DescriptionBaseSO.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;

namespace Xprees.Core
{
Expand Down
2 changes: 1 addition & 1 deletion Runtime/IResettable.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Xprees.Core
namespace Xprees.Core
{
public interface IResettable
{
Expand Down
2 changes: 1 addition & 1 deletion Runtime/IResettable.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Runtime/cz.xprees.core.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45fdb46

Please sign in to comment.