-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
231 device documentation return value description #232
base: 1.18-forge
Are you sure you want to change the base?
231 device documentation return value description #232
Conversation
Changes have not been built and integration tested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems simple enough, but wondering, what does removing the newline in FileImportExportCardItemDevice.java do?
@CoolCat467 nothing significant, just a bit of house-work.
Returns the following;
That change simply removes the newline in the writeExportFile method, between the description and the parameterDescriptions. |
Ah ok |
#231