dayo92/SoltMachine

unnecessary usings

Closed this issue ยท 0 comments

using System.Text.RegularExpressions;
using SoltMachine;

Do you really need this using?
You should regularly (and before each commit ๐Ÿ‘† ) resolve those by either using the shortcut (default Ctrl+R, Ctrl+G on windows) or right click in the usings block and select "Remove and Sort usings"