Skip to content
2 changes: 1 addition & 1 deletion src/server/models/Meter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Unit = require('./Unit');
const { log } = require('../log');
const sqlFile = database.sqlFile;

class Meter {
class Meter {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a space added to the end of this line. OED prefers not to do that and this is the only change in the file. Could you undo this so no changes are shown in the file.

/**
* @param id This meter's ID. Should be undefined if the meter is being newly created
* @param name This meter's name
Expand Down
182 changes: 0 additions & 182 deletions src/server/test/db/meterTests.js

This file was deleted.

47 changes: 3 additions & 44 deletions src/server/test/web/csvPipelineTest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading