mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 18:18:04 +00:00
style: format code with dotnet-format
This commit fixes the style issues introduced in 0bc4185 according to the output
from dotnet-format.
Details: https://github.com/mihakralj/QuanTAlib/pull/32
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ public class Rma : AbstractBase
|
||||
else
|
||||
{
|
||||
// Wilder's smoothing method
|
||||
rma = _alpha * (_lastRma - Input.Value) + _lastRma;
|
||||
rma = _alpha * (_lastRma - Input.Value) + _lastRma;
|
||||
}
|
||||
|
||||
_lastRma = rma;
|
||||
|
||||
Reference in New Issue
Block a user