mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

small changes to avoid inconsistencies in the code #86

Closed Nachooking closed 4 years ago

Nachooking commented 4 years ago

Please help me out it's my first pull request.... Thanks in advance.

gubatron commented 4 years ago
  1. Why did you add the << std::endl?
  2. Let's say we kept those, please add a space before the << std::endl (formatting)
Nachooking commented 4 years ago

Hey, @gubatron I added the "<< std::endl" in some of the function because almost all the other function were formated with an endl and these functions looked Odd One's Out(makes the code look more consistent).