We, well, I was trying to migrate to the unicode one. Perhaps a bit unilaterally, simply because that's how I have been writing the rest of my code for the past couple years. But of course I did that on occasional basis. The rule I was following was on the file uniformity basis. If I replace one instance in a file, I replace all the rest. So no mixed style in a file. On Nov 6, 2015 1:21 PM, "Henry Saputra" <[email protected]> wrote:
> Hi Mahout devs, > > I am looking at the Mahout Scala code and some parts of the code use ⇒ > symbol and some use =>. > > I know we can use sacalriform to format the Scala code in sbt, but I > am not sure it is done with maven? > And also should we use ⇒ to represent => in Scala code for patches and > contributions? > > > Thanks, > > > - Henry >
