Skip to content

Commit

Permalink
codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrei committed Mar 27, 2018
1 parent c18f2df commit a818ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/artm/core/processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#include "artm/core/processor_helpers.h"
#include "artm/core/processor_transaction_helpers.h"


namespace fs = boost::filesystem;

Expand Down
4 changes: 2 additions & 2 deletions src/artm/core/processor_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class NormalizeThetaAgent : public RegularizeThetaAgent {
};

class NwtWriteAdapter {
public:
public:
explicit NwtWriteAdapter(PhiMatrix* n_wt) : n_wt_(n_wt) { }

void Store(int nwt_token_id, const std::vector<float>& nwt_vector) {
Expand All @@ -113,7 +113,7 @@ class NwtWriteAdapter {
return n_wt_;
}

private:
private:
PhiMatrix* n_wt_;
};

Expand Down

0 comments on commit a818ff4

Please sign in to comment.