Skip to content

Commit

Permalink
chore: EOL at the EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Aug 23, 2023
1 parent 7cc47dc commit 7e2ebe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public override void Process(OptimizerSession session, MeshInfo2 target, MeshInf
// nothing to do
public override IMeshInfoComputer GetComputer(IMeshInfoComputer upstream) => upstream;
}
}
}
2 changes: 1 addition & 1 deletion Editor/Processors/TraceAndOptimize/AutoFreezeBlendShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ public void Process()
}
}
}
}
}
2 changes: 1 addition & 1 deletion Runtime/InternalAutoFreezeMeaninglessBlendShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ namespace Anatawa12.AvatarOptimizer
internal class InternalAutoFreezeMeaninglessBlendShape : EditSkinnedMeshComponent
{
}
}
}

0 comments on commit 7e2ebe9

Please sign in to comment.