mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
style: enable MultipleVariableDeclarations in checkstyle (#5175)
Co-authored-by: vaibhav <vaibhav.waghmare@techprescient.com>
This commit is contained in:
@@ -24,7 +24,8 @@ public final class FFT {
|
||||
*/
|
||||
static class Complex {
|
||||
|
||||
private double real, img;
|
||||
private double real;
|
||||
private double img;
|
||||
|
||||
/**
|
||||
* Default Constructor. Creates the complex number 0.
|
||||
|
||||
Reference in New Issue
Block a user