Skip to content

Commit

Permalink
removed unused spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-zacmo committed Aug 27, 2024
1 parent 269adf9 commit 7d3fbbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/datapoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class DatapointService {
this.buffer = null;
}



/**
* Map the buffer to objects
* @param {Buffer} buffer
Expand Down Expand Up @@ -71,7 +69,7 @@ class DatapointService {
async reloadDatapointById(id) {
throw new Error("Not implemented");
}



}
Expand Down

0 comments on commit 7d3fbbb

Please sign in to comment.