I haven’t had this much trouble since Ada coding in 1986 when I was age 16.
Can someone please help me get the procedural syntax right?
https://github.com/LemmyNet/lemmy/pull/3805
I haven’t had this much trouble since Ada coding in 1986 when I was age 16.
Can someone please help me get the procedural syntax right?
https://github.com/LemmyNet/lemmy/pull/3805
Thank you, removed the whitespace for another run: https://github.com/LemmyNet/lemmy/pull/3805/commits/33cc3967452d6b4a0369e4f85b17ff121c89451d
Looks like it is now failing on the SQL fmt checks - which you have not changed and so are likely a problem in master. Seems https://github.com/LemmyNet/lemmy/pull/3800 fixes that issue and you are likely going to need to wait for that to be merged first. Or otherwise talk to the maintainers about it since it is broken in master and there is aPR to fix the issue.
Thank you!