Skip to content

Commit 34d4c73

Browse files
committed
Fix indentation
1 parent 997fcad commit 34d4c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/ispyb/stored_programs/sp_upsert_dcg_grid.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ BEGIN
3434
steps_x = IFNULL(p_stepsX, steps_x),
3535
steps_y = IFNULL(p_stepsY, steps_y),
3636
meshAngle = IFNULL(p_meshAngle, meshAngle),
37-
micronsPerPixelX = IFNULL(p_micronsPerPixelX, micronsPerPixelX),
38-
micronsPerPixelY = IFNULL(p_micronsPerPixelY, micronsPerPixelY),
37+
micronsPerPixelX = IFNULL(p_pixelsPerMicronX, micronsPerPixelX),
38+
micronsPerPixelY = IFNULL(p_pixelsPerMicronY, micronsPerPixelY),
3939
snapshot_offsetXPixel = IFNULL(p_snapshotOffsetXPixel, snapshot_offsetXPixel),
4040
snapshot_offsetYPixel = IFNULL(p_snapshotOffsetYPixel, snapshot_offsetYPixel),
4141
orientation = IFNULL(p_orientation, orientation),

0 commit comments

Comments
 (0)