parse-community / ParseFacebookUtils-Android

A utility library to authenticate ParseUsers with the Facebook SDK
http://docs.parseplatform.org/android/guide/#facebook-users
Other
53 stars 63 forks source link

Formatting #49

Closed Jawnnypoo closed 5 years ago

Jawnnypoo commented 5 years ago

This updates the formatting of this library to match the other codebases, with the eventual goal of moving it into the main repo.

Nothing has changed other then the formatting and removal of package for test comments.

codecov[bot] commented 5 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is 59.58%.

Impacted file tree graph

@@          Coverage Diff           @@
##             master   #49   +/-   ##
======================================
  Coverage        60%   60%           
  Complexity       38    38           
======================================
  Files             2     2           
  Lines           200   200           
  Branches         22    22           
======================================
  Hits            120   120           
  Misses           71    71           
  Partials          9     9
Impacted Files Coverage Δ Complexity Δ
...in/java/com/parse/facebook/ParseFacebookUtils.java 43.51% <43.39%> (ø) 21 <21> (ø) :arrow_down:
...in/java/com/parse/facebook/FacebookController.java 79.34% <79.31%> (ø) 17 <17> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9b9a9bb...98d1ad6. Read the comment docs.

Jawnnypoo commented 5 years ago

Going to go ahead and merge this, since its just formatting.