Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skuruppu committed Jun 30, 2021
1 parent 4f5bd67 commit 1c25854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/instance-with-processing-units.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ async function createInstanceWithProcessingUnits(instanceId, projectId) {
// [END spanner_create_instance_with_processing_units]
}

module.exports.createInstanceWithProcessingUnits = createInstanceWithProcessingUnits;
module.exports.createInstanceWithProcessingUnits =
createInstanceWithProcessingUnits;

0 comments on commit 1c25854

Please sign in to comment.