Merge pull request #16752 from overleaf/jpa-format-fix
[terraform] cloud-build: add missing triggers for libraries GitOrigin-RevId: 3047b85550f9c2e51460509b9c1df7c414b901eb
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Range {
|
||||
/**
|
||||
* @param {number} pos
|
||||
* @param {number} length
|
||||
* @param {number} pos
|
||||
* @param {number} length
|
||||
*/
|
||||
constructor(pos, length) {
|
||||
this.pos = pos
|
||||
@@ -11,7 +11,7 @@ class Range {
|
||||
toRaw() {
|
||||
return {
|
||||
pos: this.pos,
|
||||
length: this.length
|
||||
length: this.length,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user