Skip to content

Commit

Permalink
ISSUE #695 cleaned up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjf committed Sep 17, 2024
1 parent 6808b38 commit d790a90
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ uint8_t DrawingManager::commitImage(
drawing.data,
metadata.obj()
);

auto updated = revision.cloneAndAddImage(drawingRefNodeId);

std::string error;
Expand Down Expand Up @@ -92,6 +92,5 @@ uint8_t DrawingManager::commitImage(
return REPOERR_UPLOAD_FAILED;
}


return REPOERR_OK;
}

0 comments on commit d790a90

Please sign in to comment.