Skip to content

Commit 00b6874

Browse files
committed
Format code
1 parent 441f328 commit 00b6874

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/hist2d/THistPainter.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { gamma_quantile, gamma_quantile_c } from '../base/math.mjs';
1212
const kCARTESIAN = 1, kPOLAR = 2, kCYLINDRICAL = 3, kSPHERICAL = 4, kRAPIDITY = 5,
1313
kNormal = 0, kPoisson = 1, kPoisson2 = 2,
1414
kOnlyCheck = 'only-check';
15+
1516
/**
1617
* @summary Class to decode histograms draw options
1718
* @desc All options started from capital letter are major drawing options

0 commit comments

Comments
 (0)