mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 05:28:05 +00:00
clean code fixes
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ public class Sma : AbstractBase
|
||||
// inherited _value
|
||||
private readonly CircularBuffer _buffer;
|
||||
|
||||
public Sma(int period) : base()
|
||||
public Sma(int period)
|
||||
{
|
||||
if (period < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user