summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmber Rose <emberrose@google.com>2021-11-11 22:18:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-11 22:18:36 +0000
commitdf4d427876a16cb590ae286733f6d0513c5b59ac (patch)
treebc40932100385b82c124856746e4b21176c71ed4
parentfce950fe022421894f63ae7c827c9275edf7d811 (diff)
parent5ec953377994c8ea98c602abad1e2c946781a3b5 (diff)
downloadktlint-df4d427876a16cb590ae286733f6d0513c5b59ac.tar.gz
Update ktlint.py hashbang to Python 3 am: e0287ddf91 am: 4dfff5abad am: 5ec9533779
Original change: https://android-review.googlesource.com/c/platform/prebuilts/ktlint/+/1889435 Change-Id: I9e675633c7cc1bcfa2d5eaa35cbe950da0631286
-rwxr-xr-xktlint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktlint.py b/ktlint.py
index 72adbab..008721d 100755
--- a/ktlint.py
+++ b/ktlint.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
#
# Copyright 2017, The Android Open Source Project